home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / php / go-pear.bat < prev    next >
DOS Batch File  |  2004-12-15  |  92b  |  5 lines

  1. @ECHO OFF
  2. set PHP_BIN=php.exe
  3. %PHP_BIN% -n -d output_buffering=0 PEAR\go-pear.php
  4. pause
  5.